@charset "UTF-8";

.box{
	max-width: 1080px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 350px auto;
}

.navblink {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.navdivider {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background:#DDE8C6;
	border: 1px solid;
	border-color:#8FB842;
	border-radius: 10px;
	box-shadow: inset 0 0 5px  #8FB842, 0 5px 5px white;
	box-shadow: 0 0 5px grey;

	
}

body {
	background-image:url("Assets/BACKGROUNDS/2730267baqumpdcd2.webp");
	background-attachment: fixed;
	background-repeat: repeat;
 	background-position:center;
	background-size:300px;
	cursor: url("Assets/93802.png"), auto;


}

nav, main, footer, aside {
	border: 2px solid #3f271b;
	border-radius: 10px;
	cursor: url("Assets/93802.png"), auto;
}


header {
	grid-row: 1 / 2;
	grid-column: 1 / 4;
	
	
	
}

nav {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
	height: max-content;
	display: flex;
	justify-content: center;
	background-color:#DDE8C6;
	cursor: url("Assets/93802.png"), auto;
	max-width: 280px;
}

main {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	display: flex;
	justify-content: center;
	height: max-content;
	background-image: url("Assets/BACKGROUNDS/966814i8pz6zikwc.webp");
	width: max-content;
	
}

aside{
	grid-row: 2 / 3;
	grid-column: 3 / 4;
	height: max-content;
	display: flex;
	justify-content: center;
	background-color:#DDE8C6;
	cursor: url("Assets/93802.png"), auto;
	max-width: 280px;
	
}

footer {
	grid-row: 3 / 4;
	grid-column: 1 / 4;
}

h1 {
	color:#3f271b;
	font-family: Ballet;
	font-weight: normal;
	font-style: normal;
	font-size: 100px;
	text-align: center;
	background-color:#FFD9D8; 
	border: 2px solid #3f271b;
	border-radius: 10px;
	margin: auto;
	padding: 40px;
	margin-bottom: 50px;
}

h2 {
	color: #3f271b;
	background-color:#FFD5E2;
	border: 2px solid #3f271b;
	border-radius: 10px;
	padding: 40px;
	margin: auto;
	margin-bottom: 50px;
	font-family: FT88;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;

}
	
h3 {
	color: #3f271b;
	background-color :#FFD9D8;
	border: 2px solid #3f271b;
	border-radius: 10px;
	padding: 40px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 60px;
	margin-bottom: 5px;
	font-family: FT88;
	font-weight: bolder;
	
}

h4 {
	color: #3f271b;
	font-family:  FT88;
}


p {
	color: #3f271b;
	background-color :#FFD9D8;
	border: 2px solid #3f271b;
	border-radius: 10px;
	padding: 40px;
	margin: 60px;
	font-family: FT88;
	font-weight: bolder;
	
	
}

ul {
	list-style-type:circle;
	margin: 20px;
	padding: 25px;
	overflow: hidden;
	cursor: url("Assets/93802.png"), auto;
	list-style-image: url("Assets/PIXELS/2e9cc8b7.gif");
 	
	
	
}

li {
	cursor: url("Assets/93802.png"), auto
	
}

button {
	background-color:#FFD9D8;
	border:1px solid #3f271b;
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	cursor: url("Assets/93812.png"), auto;
	
}




